ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonCoder<T> Class
The type of objects to be encoded and decoded.
Members

In This Topic
    JsonCoder<T> Class
    In This Topic
    Represents a JSON coder that encodes and decodes objects of type T to and from JSON variants.
    Object Model
    JsonCoder<T> Class
    Syntax
    'Declaration
     
    Public NotInheritable Class JsonCoder(Of T) 
       Inherits GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.Coder(Of T,IJsonVariant)
    Type Parameters
    T
    The type of objects to be encoded and decoded.
    Remarks
    This record should not be used directly in application code.It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.Coder<T1,T2>
          GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonCoder<T>

    See Also